projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
406e12d
)
(Fmemory_limit): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Feb 1993 17:36:06 +0000
(17:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Feb 1993 17:36:06 +0000
(17:36 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index f49dbdf9e81b125133d1bd604dc0e78f984063f7..c701abe3a847499a62532ca83c48b92b43bbb00f 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-2016,7
+2016,7
@@
compact_strings ()
DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "",
"Return the address of the last byte Emacs has allocated, divided by 1024.\n\
This may be helpful in debugging Emacs's memory usage.\n\
-
The value is divided by 1024 to make sure it will fit in a l
isp integer.")
+
We divide the value by 1024 to make sure it fits in a L
isp integer.")
()
{
Lisp_Object end;